home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14966 < prev    next >
Encoding:
Text File  |  1996-08-05  |  817 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: undergrad.math.uwaterloo.ca!sckettle
  3. From: sckettle@undergrad.math.uwaterloo.ca (Steve Kettle)
  4. Subject: const objects
  5. Sender: news@undergrad.math.uwaterloo.ca (news spool owner)
  6. Message-ID: <Dp99A8.4zq@undergrad.math.uwaterloo.ca>
  7. Date: Tue, 2 Apr 1996 22:03:44 GMT
  8. Nntp-Posting-Host: noether.math.uwaterloo.ca
  9. Organization: University of Waterloo
  10.  
  11. Does anyone know the exact rule for when a const object may be placed in
  12. readonly memory - I thought a const object of a class which has no
  13. constructors and destructors could be placed in readonly memory but may be
  14. mistaken. 
  15.  
  16. Does anyone know the exact rule for possible placement in read only
  17. memory.  And what does it mean for a class to have no constructors or
  18. destructors?  What about compiler generated ones? 
  19.  
  20.  
  21. Thanks
  22. Steve.
  23. -- 
  24.